-- The following is added to the field each time is is shown
-- so the find command will not locate it.
-- (Find will look in hidden fields but not in scripts)
put "e.g. find" && quote & "New York" & quote && "locates the New in New Jersey because it also found York in the string" && quote & "West New York" & quote && " on the same card. Use find whole" && quote & "New York" & quote && "to find the words New York only when they are together." after cd fld "Tell About"
end if
set visible of cd fld "Tell About" to not visible of cd fld "Tell About"
unlock screen
end mouseUp
-- part 14 (button)
-- low flags: 00
-- high flags: 8004
-- rect: left=21 top=164 right=182 bottom=211
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: About telephone companies
----- HyperTalk script -----
on mouseUp
visual effect scroll left
go card "Long Distance Dialing"
end mouseUp
-- part 22 (field)
-- low flags: 00
-- high flags: 4007
-- rect: left=233 top=89 right=259 bottom=449
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: notes
-- part 15 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=428 top=258 right=284 bottom=455
-- title width / last selected line: 0
-- icon id / first selected line: 1012 / 1012
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Return
----- HyperTalk script -----
on mouseUp
visual effect scroll right
pop card
end mouseUp
-- part 21 (button)
-- low flags: 00
-- high flags: 8004
-- rect: left=20 top=118 right=135 bottom=210
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: About Area Codes
----- HyperTalk script -----
on mouseUp
visual effect scroll left
go card "About Area Codes"
end mouseUp
-- part 23 (field)
-- low flags: 81
-- high flags: 0002
-- rect: left=218 top=80 right=258 bottom=451
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Tell About
----- HyperTalk script -----
on mouseUp
delete line 2 of cd fld "Tell About"
hide me
end mouseUp
-- part contents for card part 1
----- text -----
Enter an Area Code, City or State and press Return to search for an Area Code Card.
This stack is sorted by Country (USA & Canada) and State
-- part contents for card part 23
----- text -----
Note: When mutliple words are specified, find locates the 1st word on any card that contains both words (scattered anywhere on the card).